home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / tcwind16 / read.me next >
Text File  |  1987-07-24  |  1KB  |  30 lines

  1.                    Window Routine's for Turbo C
  2.                 (C)opywrite 1987 by Daniel R. Evans
  3.  
  4.   Programs that you write using these window routine's may be, used,
  5. given away, or sold without a fee of any kind. You may not sell (except for
  6. reasonable duplication fees) these routines as part of or as any kind of
  7. window or screen package. These routines may be copied and distributed as long
  8. as all the files are included in the distribution.
  9.  
  10. INCLUDED FILES:
  11.                WINDS.LIB
  12.                WINDM.LIB
  13.                WINDC.LIB
  14.                WINDL.LIB
  15.                WINDH.LIB     Library files for all models except TINY
  16.                WINDOW.H      Header file of window definitions
  17.                WINDDEMO.EXE  Demo and tutor executable file
  18.                WINDDEMO.C    Source code for demo
  19.                WINDDEMO.PRJ  Project file for winddemo
  20.                READ.ME       This file
  21.  
  22.  
  23.  
  24.   Documentation for the window routines is in the winddemo execute file.
  25. Run this file, study the source code winddemo.c and the include file
  26. window.h. You should not have any trouble writing your own routines.
  27.   Remember you must include the window.h file and link with wind?.obj and
  28. turbo C's MCMVSMEM.obj.  ENJOY!
  29.                                D.R. Evans
  30.